home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / cslib16b / include / csjulian.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-02  |  659 b   |  18 lines

  1. /***********************************************************************
  2.  
  3.                                        CSA Library, Version 1.6.b 
  4.                                          Released: March 2nd 1995 
  5.  
  6.        Julian date routines.
  7.  
  8.                                            Copyright(c) 1994,1995 
  9.                                                            Combis 
  10.                                                   The Netherlands 
  11. ***********************************************************************/
  12.  
  13. #define __CSJULIAN_H
  14.  
  15. long cal_julian(int month,int day,int year);
  16. void julian_cal(long julian,int &month,int &day,int &year);
  17.  
  18.